/**
 * Hide all elements that do not need to be printed
 * with the rest of the document
 */
#header-area,
#tab-menu,
#tabMainMenuArea,
#recently,
#side-sub-nav,
#footer,
#row-two-empty-box,
#row-three-empty-box,
#by-title-area { display: none; }
/**
 * Resize remaining elements to fit on an A4 sheet of paper.
 * For the record, A4 is the size of paper used everywhere
 * in the world outside of the U.S. and Canada, and is
 * about a 1/4 of an inch skinnier than Letter paper.
 * A4 is 210mm wide, about 8.26 inches.
 *
 * If people complain that the printed pages are not occupying
 * the full width of a letter-sized (8 1/2 x 11) sheet of paper,
 * we may want to using two CSS print files, and serve the
 * internation print.css for all visiting IP addresses outside
 * of the US and Canada.
 */
.center-column,
div.layout-row-area,
#pageinfo-and-title-area,
#tabMainMenuArea { width: 7.2in; }
/**
 * Template-Specific
 *
 * Some templates have elements that need visual correction
 * when printing.  All such elements should be placed in
 * this section of the CSS file, and all styles should be
 * prefixed with the template ID
 *
 * Example:
 * body#pc-1patient #where-is-your-pain { display: none; }
 */
body#pc-1patient #where-is-your-pain { display: none; }
/* for the Product Details (ProductFamilyPrimary) module */
#contentContainerRowOne,
#prodSysOverviewModule { float: none; position: static; }
#prodSysOverviewModule div.contentBox { width: 2.9in; }
#prodSysQuickViewModule { position: absolute; left: 3.4in; }
#scrollArea,
#moreText { display: none; }
#contentContainerRowTwo,
body#product-family-primary #contentContainerRowTwo { clear: both; margin-left: 0px; margin-right: 0px; padding: 0px; position: static; }
body#product-family-primary #prodSysQuickViewModule #prodSysQuickLinks { width: 3in; }
body#product-family-primary #contentContainerRowTwo #relatedProductModule,
body#product-family-primary #contentContainerRowTwo #relatedSolutionModule { width: 3.1in; }
body#product-family-primary #contentContainerRowTwo #relatedSolutionModule { position: absolute; left: 3.6in; }
body#product-family-primary #contentContainerRowThree #referenceTrademarkModule { width: 6.6in; }
body#product-family-primary #contentContainerRowThree #trademarkModule,
body#product-family-primary #contentContainerRowThree #referenceModule { width: 6.2in; }
